home *** CD-ROM | disk | FTP | other *** search
/ How to Handle Conflict & Confrontation / How to Handle Conflict & Confrontation.iso / Install / program files / NatSem.exe / 0 / RCDATA / TPLEASEWAIT / TPLEASEWAIT.txt
Encoding:
Text File  |  2001-11-13  |  1.3 KB  |  67 lines

  1. object PleaseWait: TPleaseWait
  2.   Left = 344
  3.   Top = 208
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'PleaseWait'
  7.   ClientHeight = 204
  8.   ClientWidth = 324
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Background: TGIFImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 320
  25.     Height = 200
  26.     Animate = False
  27.     AutoSize = True
  28.     Center = False
  29.     FirstImageOnly = False
  30.     Loop = False
  31.     Opaque = False
  32.     Stretch = False
  33.     StretchRatio = False
  34.     Tile = False
  35.   end
  36.   object Spin: TGIFImage
  37.     Left = 188
  38.     Top = 10
  39.     Width = 120
  40.     Height = 75
  41.     Animate = True
  42.     AutoSize = True
  43.     Center = False
  44.     FirstImageOnly = False
  45.     Loop = True
  46.     Opaque = False
  47.     Speed = 1
  48.     Stretch = False
  49.     StretchRatio = False
  50.     Tile = False
  51.   end
  52.   object lblMessage: TEsLabel
  53.     Left = 26
  54.     Top = 97
  55.     Width = 267
  56.     Height = 91
  57.     Alignment = taCenter
  58.     Caption = 'Loading Training Information Please Wait..'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clGray
  61.     Font.Height = -27
  62.     Font.Name = 'Times New Roman'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66. end
  67.